name = "joy"
surname = "peace"
If name == "joy":
    print("This is". name)
    If surname == "peace":
        print("The daughter of ".surname)
